home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00067_Script_bembo check < prev    next >
Text File  |  2000-01-31  |  306b  |  10 lines

  1. on exitFrame
  2.   repeat with i = 1 to the number of members in cast 1
  3.     if the type of member i = #text then
  4.       if the font of member i = "Bembo *" then
  5.         set the kerningthreshold of member i = 0
  6.         set the antialiasthreshold of member i = 0
  7.       end if
  8.     end if
  9.   end repeat    
  10. end